CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 感知器算法

搜索资源列表

  1. Pattern_classification_ppt

    0下载:
  2. 运用matlab实现感知器算法,同时在线性不可分时给出提示
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:杨建飞
  1. ex3

    1下载:
  2. 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:113497
    • 提供者:吕寿鹏
  1. perceptron

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:9692
    • 提供者:hkm
  1. matlab

    0下载:
  2. 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:6461
    • 提供者:张妮娜
  1. perceptron

    0下载:
  2. 线性分类器设计-感知机算法,对一组数据进行分类,分析w不同时的影响-Linear classifier design- Perceptron Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1805
    • 提供者:韩倩倩
  1. psonn

    1下载:
  2. 粒子群算法优化神经网络,神经网络为传统的多层感知器。-pso optimizes neural networks. the neural networks are multilayer percetrons.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-08
    • 文件大小:4096
    • 提供者:chen zh
  1. ganzhiqishixian

    0下载:
  2. 用MATLAB实现感知器算法,智能优化实验-Perceptron Algorithm with MATLAB implementation, intelligent optimization experiments
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3493
    • 提供者:lili
  1. perceptron

    0下载:
  2. matlab编写的感知器算法,实验数据为Iris,运行良好!-Matlab prepared perception algorithm, the experimental data for the Iris, a good run!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6686
    • 提供者:heart
  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. pattern-recognizer

    0下载:
  2. 用matlab软件编写感知器算法,实现对样本的分类,样本点为X1(0,0),X2(0,-1),X3(-1,0),X4(-1,-1) X1,X2属于第一类,X3、X4属于第二类;(编程) X1、X4属于第一类,X2,X3属于第二类;(计算)-Perceptron Algorithm matlab software, to achieve the classification of samples, sample points X1 (0,0), X2 (0,-1), X3 (-1,0
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:23552
    • 提供者:蒙小倩
  1. perceptron

    0下载:
  2. 模式识别-梯度下降法特例的感知器算法的Matlab实现,实现两类线性分类。-Pattern-Recognition,The perceptron algorithm based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:971
    • 提供者:
  1. perception-algorithm

    0下载:
  2. 模式识别中的经典算法,感知器算法在matlab中的编程实现-The classic pattern recognition algorithms, perception algorithm in matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:2650
    • 提供者:肖帅
  1. ganzhiqi

    0下载:
  2. 测试智能信息处理课程实验,感知器算法,用matlab实现,-Experimental tests of intelligent information processing course,Perceptron algorithm, matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:12715
    • 提供者:duyinqinglei
  1. ganzhiqi

    0下载:
  2. 感知器算法的基本思想是,对初始的或迭代中的增广权矢量 ,用已知的训练模式检验它的合理性,当不合理时,对其进行校正,校正方法实际上是最优化技术中的梯度下降法,上传的是用matlab解决感知器问题。-The Perceptron Algorithm The basic idea augmented weight vector of the initial iteration, the known training mode to test it reasonable, unreasonable, i
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1523
    • 提供者:刘金
  1. stu_release_test

    0下载:
  2. matlab实现的线性分类器,采用了感知器算法,和聚类算法。-matlab achieve linear classifiers using the perception algorithm, and clustering algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:380408
    • 提供者:huyaoge
  1. Linear-discriminant-analysis

    0下载:
  2. Fisher 线性判别分析算法matlab实现及感知器算法实现-Fisher linear discrimination analysis,perceptron
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2088
    • 提供者:
  1. sensing

    0下载:
  2. 这是模式识别的一个感知器算法,用matlab编的程序。-This is a pattern recognition algorithm Perceptron, with matlab compiled program.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:谢飞
  1. ganzhiqisuanfa

    0下载:
  2. 模式识别中的感知器算法在MATLAB中的实现案例-Pattern Recognition Perceptron algorithm in MATLAB to achieve Case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:58564
    • 提供者:君妍
  1. LMSEPPerceptron-Approach

    0下载:
  2. 使用C和Matlab编程实现感知器算法和最小平方误差算法,并且区分给定的10000个样本-C and Matlab programming Perceptron algorithm and least square error algorithm, and to distinguish between a given sample 10000
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2103114
    • 提供者:lifei
  1. preception

    0下载:
  2. 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写-One of the classic pattern recognition algorithm, perception algorithm, used to classify patterns using matlab prepared
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:JH
« 1 23 »
搜珍网 www.dssz.com